home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.mdf / Docs / Video.dir / 00020.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  574 b   |  22 lines

  1. on startMovie
  2.   global chica
  3.   puppetSound(0)
  4.   set the fileName of member "video" to the pathName & "videos\works\work" & chica & ".avi"
  5.   repeat with x = 20 to 26
  6.     set the visible of sprite x to 0
  7.   end repeat
  8. end
  9.  
  10. on prepareMovie
  11.   global idioma
  12.   if idioma = "french" then
  13.     set the fileName of castLib "idiomas" to the pathName & "french.cst"
  14.   else
  15.     if idioma = "deutch" then
  16.       set the fileName of castLib "idiomas" to the pathName & "deutch.cst"
  17.     else
  18.       set the fileName of castLib "idiomas" to the pathName & "english.cst"
  19.     end if
  20.   end if
  21. end
  22.